@charset "utf-8";
@font-face { 
  font-family:'font1'; 
  src: url('../font/politicaregular.ttf'); 
}
@font-face { 
  font-family:'font2'; 
  src: url('../font/Oswald-Medium.ttf'); 
}
@font-face { 
  font-family:'font3'; 
  src: url('../font/akrobat-regular.ttf'); 
}
@font-face { 
  font-family:'font4'; 
  src: url('../font/Oswald-ExtraLight.ttf'); 
}
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	list-style: none;
	/*border: 0;*/
	text-decoration: none;
	font-family: "microsoft yahei";
	font-weight: normal;
}
a {
	text-decoration: none;
}

.w-1300 {
	width: 1350px;
	margin: 0 auto;
	overflow: hidden;
}

.w-1300-1 {
	width: 1350px;
	margin: 0 auto;
}
#w-80 {
  width: 80%;
  margin: 0 auto;
}

#w-90 {
  width: 90%;
  margin: 0 auto;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
#pro-w {
  margin: 0 auto;
  width: 80%;
  overflow: hidden;
}

.p-img {
  width: 100%;
}
/*====================top====================*/

/*导航*/
#top-w {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 22222;
  width: 100%;
  padding: 0px 50px;
  box-sizing: border-box;
}

.top-logo {
  width: 361px;
  float: left;
}

.top-phone {
  margin-top: 10px;
  float: right;
}

.menu-bg {
  overflow: hidden;
  margin-left: 365px;
  margin-right: 290px;
}

/*menu*/
.h-menu {
  width: 100%;
  padding-top: 36px;
  overflow: hidden;
  text-align: center;
}

.h-menu li {
  display: inline-block;
  height: 40px;
  width: 10%;
  border-radius: 5px;
  overflow: hidden;
}

.h-menu li a {
  display: block;
  height: 40px;
  line-height: 39px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.h-menu li a:hover {
  color: #fff;
  background-color: #eb4825;
}

.h-menu-hover {
  color: #fff !important;
  background-color: #eb4825 !important;
}

/*end menu*/
/*====================title====================*/
/*标题*/
.pro_t {
  text-align: center;
  font-size: 16px;
  color: #555;
  line-height: 45px;
}

.pro_t h2 {
  display: block;
  margin: 0 auto;
  margin-top: -40px;
  font-size: 45px;
  font-weight: bold;
  color: #222;
}

.pro_t p {
  display: block;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #ebebeb;
  font-family: "Levenim MT", Times, serif;
  font-weight: bold;
  text-align: center;
}

.pro_t span {
  color: #015aaa;
}

.about_t {
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
}

.about_t h2 {
  display: block;
  margin: 0 auto;
  margin-top: -40px;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
}

.about_t p {
  display: block;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #1367cf;
  font-family: "Levenim MT", Times, serif;
  font-weight: bold;
  text-align: center;
}

.about_t span {
  color: #fff;
}

/*====================middle====================*/

/*分类*/
.jg-proc {
  padding: 3px 0;
  overflow: hidden;
}
.jg-proc a {
  float: left;
  display: block;
  width: 19%;
  margin: 0.2% 0.5%;
  padding: 15px 15px;
  font-size: 18px;
  color: #fff;
  background-color: #0053b5;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}

.jg-proc a:hover{
  background-color: #eb4825;
  color: #fff;
}

.jg-proc-active{
  background-color: #eb4825 !important;
  color: #fff !important;
}

/*pro*/
.pro-list {
  margin: 70px 0 0 0;
  overflow: hidden;
}

.pro-list li {
  width: 24.2%;
  margin: 0 1% 20px 0;
  float: left
}

.pro-list li:nth-child(4n) {
  margin-right: 0
}

.pro-list li .pic {
  width: 100%;
  overflow: hidden;
}

.pro-list li .pic img {
  transition: all 1s;
  width: 100%;
}

.pro-list li .infoa {
  width: 100%;
  background: url(../images/pro-bg.png) no-repeat center bottom #f5f5f5;
  height: 120px;
}

.pro-list li:after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background: #E6E6E6;
  transition: all .3s;
}

.pro-list li .infoa b,
.pro-list li .infoa span {
  display: block;
  text-indent: 30px;
  color: #333;
}

.pro-list li .infoa span {
  margin-top: 15px
}

.pro-list li .infoa b {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding-top: 25px
}

.pro-list li .infoa:after {
  transition: all .3s;
  content: "";
  background: url(../images/pro-more.png) no-repeat center #EDEDED;
  width: 40px;
  height: 40px;
  text-align: center;
  float: right;
  position: relative;
  top: -50px;
  right: 30px
}

.pro-list li:hover:after {
  background: #0053b5;
}

.pro-list li:hover .infoa:after {
  background: url(../images/pro-more.png) no-repeat center #eb4825;
  transform: rotate(180deg);
}

.pro-list li:hover .pic img {
  transform: scale(1.05);
}
/*案例*/
.case-list{margin:60px 0}
.case-list li{width:calc(100%/4 - 7.5px);margin-right:10px;margin-bottom:10px;float:left;position: relative;overflow: hidden;}
.case-list li:nth-child(4n){margin-right:0}
.case-list li .pic{width: 100%;overflow: hidden;}
.case-list li .pic img{width: 100%;transition: all 1s;}
.case-list li .infoa{ background: rgba(0,126,217,0.8); position: absolute;bottom:-100%;left:0;width:100%;height:100%;transition: all .5s;}
.case-list li .infoa em,.case-list li .info span{display: block;text-align: center;}
.case-list li .infoa span{text-align: center; font-size:18px;font-weight:bold;color:#fff;margin:auto;position: absolute;left:0;right:0;top:0;bottom:0;height: 82px;}
.case-list li .infoa span:before{content: '';display: block;background: url(../images/case-more.png) no-repeat center;width:40px;height: 40px;margin:0 auto 20px auto;}
.case-list li:hover .infoa{bottom:0}
.case-list li:hover .pic img{transform: scale(1.05);}

/*新闻*/
.news-w{
  padding:30px 0px 40px 0px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.news-l{
  float: left;
  width: 40%;
}
.news-l li{
  margin-top: 15px;
}
.news-l li .tua{
  width: 100%;
}
.news-l li .tua img{
  width: 100%;
}
.news-l li .nra{
  width: 100%;
}
.news-l li .nra .datea{
  display: block;
  margin-top: 30px;
  font-size: 16px;
  line-height: 18px;
  color: #7a7a7a;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.news-l li .nra h3{
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #333;
  padding-top: 30px;
  padding-bottom: 23px;
}
.news-l li .nra p{
  display: block;
  height: 60px;
  color: #474747;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
}
.news-l li .nra .morea{
  display: block;
  margin-top: 30px;
  color: #eb4825;
  font-size: 16px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/rightjt.png) no-repeat left center;
  padding-left: 16px;
}

.news-r{
  float: right;
  width: 56%;
}
.news-r li{
  padding: 15px 0px;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.news-r li .tua{
  float: left;
  width: 33%;
}
.news-r li .tua img{
  width: 100%;
}
.news-r li .nra{
  float: right;
  width: 63%;
}
.news-r li .nra .datea{
  font-size: 18px;
  line-height: 18px;
  color: #7a7a7a;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.news-r li .nra h3{
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #0053b5;
  padding-top: 30px;
  padding-bottom: 23px;
}
.news-r li .nra p{
  display: block;
  height: 60px;
  color: #474747;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
}
.news-r li .nra .morea{
  display: block;
  margin-top: 30px;
  color: #333;
  font-size: 16px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/rightjt.png) no-repeat left center;
  padding-left: 16px;
}
/*简介*/
.about-w{
  margin-top: 40px;
  width: 100%;
  height: 1238px;
  padding-top: 35px;
  box-sizing: border-box;
  background: url(../images/about-bg.jpg) no-repeat center top #f5f5f5;
  overflow: hidden;
}
.about-l{
  float: left;
  width: 840px;
  margin-top: 132px;
}
.about-l .about-tit h3 {
  font-size: 26px;
  line-height: 26px;
  color: #333;
  font-weight: bold;
}
.about-l .about-tit span {
  display: block;
  margin: 14px 0 62px;
  font-size: 14px;
  line-height: 14px;
  color: #999;
}
.about-l .about-tit p {
  display: block;
  font-size: 30px;
  line-height: 25px;
  color: #005ab9;
  font-weight: bold;
}
.about-l .about-con{
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  height: 180px;
  margin: 21px 0 48px;
}
.about-l .about-more a{
  display: block;
  width: 150px;
  height: 50px;
  background-color: #005ab9;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}
.about-l .since-img {
    display: block;
    margin-top: 70px;
}
.about-r{
    float: right;
    margin-right: -310px;
    margin-top: 60px;
    position: relative;
    width: 722px;
    height: 822px;
}
.about-r img{
  width: 100%;
}
.about-r .about-rongyu{
  width: 300px;
  height: 223px;
  box-sizing: border-box;
  padding: 18px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
  background: url(../images/yy.png) no-repeat center;
}
/*联系我们*/
.ny-lxwm{}
.ny-lxwm li{
  float: left;
  width: 50%;
  padding:15px;
  box-sizing: border-box;
}
.ny-lxwm li .nra{
  padding:20px;
}
.ny-lxwm li .nra h3{
  display: block;
  font-size: 26px;
  color: #333;
  font-weight: bold;
}
.ny-lxwm li .nra p{
  padding: 10px 0px;
  font-size: 15px;
  color: #666;
  line-height: 210%;
}

/*====================end middle====================*/


/*====================foot====================*/
.foot-w {
  padding: 40px 0px 0px 0px;
  width: 100%;
  height: auto;
  background: url(../images/foot-bg.jpg) top center no-repeat;
  overflow: hidden;
}
.linka{
  line-height: 30px;
  font-size: 16px;
  padding: 30px 0 47px 0;
  color: #fff;
}
.linka a{
  font-size: 16px;
  margin-right: 10px;
  color: #fff;
}
.foot-a {
  float: left;
  margin-right:2%;
  width: 26%;
  overflow: hidden;
}
.foot-b {
  float: left;
  margin-right: 2%;
  width: 34%;
  overflow: hidden;
}
.foot-c {
  float: left;
  margin-right: 2%;
  width: 15%;
  overflow: hidden;
}
.foot-d {
  float: right;
  width: 19%;
  overflow: hidden;
}
.foot-ewm li{
  float: right;
  width: 46%;
  margin:0px 2%;
}
.foot-ewm li img{
  display: block;
  margin:0 auto;
  width: 90%;
}
.foot-ewm li p{
  display: block;
  padding:5px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.foot-lx {
  margin-top: 20px;
}

.foot-lx p,.foot-lx p a {
  text-align: left;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}
.foot-proc a{
  display: block;
  float: left;
  width: 46%;
  padding:0px 10px;
  margin-right: 2%;
  margin-bottom: 1%;
  border: 1px solid #c2c2c2;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  box-sizing: border-box;
}
.foot-menu a{
  display: block;
  float: left;
  width: 48%;
  margin-right: 1%;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
}


.foot-tit {
  padding-bottom: 26px;
}

.foot-tit h3 {
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
}

.foot-tit img {
  display: inline-block;
  vertical-align: middle;
}


.foot-ewm p {
  font-size: 15px;
  color: #fff;
  line-height: 150%;
  text-align: center;
}


.f-bq {
  width: 100%;
  padding:20px 0px;
  margin-top: 72px;
  border-top: solid 1px #0570be;
  overflow: hidden;
}

.f-bq img{vertical-align: middle;}
.f-bq a,
.f-bq p,
.f-bq p a {
  font-size: 14px;
  color: #fff;
  text-align: center;
}



/*内页*/
/*标题*/
.tit-line{
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #e5e5e5;
}
   
	/*联系我们*/
ul.lx{width:100%;}
ul.lx img{max-width:100%;height:auto;}
ul.lx li.lianxi{float:left;width:40%;padding:2.5%;}
ul.lx li.guestbook{float:left;width:50%;}

.ny-lx{
  padding:20px;
  background-color: #fff;
}
.ny-lx p{
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 190%;
}

.ny-fa{
  display: block;
  margin:0 auto;
  padding:60px 30px;
  width: 100%;
  height: auto;
  background: url(../images/ny-fab.jpg);
  box-sizing: border-box;
}

.ny-video{
  float: left;  
  width: 50%; 
  padding:15px;
  box-sizing: border-box;
}


  /*当前位置*/

.ny-weizhi{padding:10px 0px;/*width: 100%;*/height: auto;background-color: #efefef;border:1px solid #DFDEDE;}
.ny-weizhi .ny-r-t{margin:0 auto;width: 1350px; font-size: 15px;color: #333;}
	/*单页效果*/
.text-c{text-align: center;}
.ny-biaoti{padding:15px 0px;}
.ny-biaoti h2{display:block; font-size: 26px; color: #333; font-weight: bold;}
.ny-cont{
	padding:30px 55px;
	margin:0 auto;
	width: 100%;
	font-size: 15px;
	color: #333;
	line-height: 190%;
	letter-spacing: 0px;
  background-color: #efefef;
  box-sizing: border-box;
  overflow: hidden;
}
.ny-cont p, .ny-cont p a{
	margin-bottom:15px;
	font-size: 15px;
	color: #5e5e5e;
	line-height: 210%;
}
.ny-cont a{
 	font-size: 15px;
	color: #5e5e5e;
	line-height: 210%;
 }
 .ny-cont-h1{
	display: block;
	width: 100%;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.ny-cont table tbody tr td{padding:10px;}
.about-img{
  float: right;
  margin-left: 30px;
}

.culture-ny{
  padding:20px;
  background-color: #1f5691;
}
.culture-ny p{
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 210%;
}
/*详情页样式*/
.ny-xq{
  margin:30px auto;
  width: 1200px;
  height: auto;
}
.ny-xq-l{
  float: left;
  width: 145px;
  height: 115px;
  border-right: 1px solid #d6d6d6;
}
.ny-xq-l .date1{
  position: relative;
  width: 110px;
  height: 36px;
  text-align: center;
}
.ny-xq-l .date1 .year1 {
  position: relative;
  font-size: 20px;
  color: #000;
  font-family:"font1";
  text-align: center;
}
.ny-xq-l .date1 .year1 span{
  position: absolute;
  left:35%;
  z-index:2;
  display:block;
  background: #fff;
  padding: 0 5px;
  font-size: 20px;
  color: #000;
  font-family:"font1";
  background-color: #fff;
  letter-spacing: 0px; 
}
.ny-xq-l .date1 .year1:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 12px;
  left: 0;
  z-index:1;
}
.ny-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #ff4a4a;
  font-family:"font1";
  letter-spacing: 0px;
}
.ny-xq-l .read1{
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  color: #333333;
  letter-spacing: 0px;
}
.ny-xq-l .read1 strong{
  font-weight: bold;
}
.ny-xq-r{
  float: right;
  padding:18px 45px;
  width: 960px;
  height: 80px;
  background-color: #e5e5e5;
  overflow: hidden;
}
.ny-xq-r p{
  display: block;
  height: 70px;
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.ny-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}
 /*内页新闻1*/
.ny-news01{
  width:100%;
  height: auto;
}
.ny-news01 li{
	padding:20px 0px;
  width: 100%;
  border-bottom:1px dashed #dedddd;
  overflow: hidden;
}
.ny-news01 li .tu1{
	float: left;
	width: 185px;
	height: 130px;
	overflow: hidden;
  border:1px solid #efefef;
}
.ny-news01 li .tu1 img{
	width: 185px;
	height: 130px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  float: right;
  margin-left:15px;
  width: 92px;
  height: 100px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.ny-news01 li .l01 .n-day{
  width: 100%;
  height: 57px;
  font-size: 45px;
  color: #555;
  text-align: center;
  line-height: 57px;
  font-family: "Impact";
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}
.ny-news01 li:hover .l01 .n-day{
	color: #ff2a2a;
}
.ny-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.ny-news01 li .r01{
  float: left;
  margin-left:50px;
  width: 850px;
  height: auto;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  color: #555;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li:hover .r01 a h2{
	color:#ff2a2a;
}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #555;
  letter-spacing: 0px;
  line-height: 130%;
  overflow: hidden;
}
/*内页产品详情电话*/
.yan-phone{
  margin-top: 20px;
  border-top:1px solid #efefef;
  overflow: hidden;
}

.proshow1{
  overflow: hidden;
}
.proshow1 p{
  display: block;
  padding:5px;
  font-size: 17px;
  color: #2e2e2e;
  vertical-align: middle;
  line-height: 40px;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;
}
.proshow1 p img{
  display:inline-block;
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}
.proshow1 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}
.proshow2{
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
}
.proshow2 li{
  float: left;
  margin:0 5px;
  width: 140px;
  height: auto;
}
.proshow2 li img{
  display: block;
  margin:0 auto;
  margin-bottom: 10px;
}
.proshow2 li p{
  display: block;
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  text-align: center;
}
.proshow2 li p strong{
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  font-weight: bold;
}
.proshow2 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}

/*上一页 下一页*/
.n-page{
  margin:15px 0px;
  background-color: #f5f5f5;
  overflow: hidden;
  box-sizing: border-box;
}
.n-page li{
  padding:20px 15px;
  width: 49%;
  font-size: 16px;
  color: #666;
  box-sizing: border-box;
}
.n-page li:hover{
  background-color: #edecec;
}
.n-page li:nth-child(1){
  float: left;
  text-align: left;
}
.n-page li:nth-child(1) a{
  display:inline-block;
  font-size: 16px;
  color: #666;
}
.n-page li:nth-child(2){
  float: right;
  text-align: right;
}
.n-page li:nth-child(2) a{
  display:inline-block;
  text-align: right;
  font-size: 16px;
  color: #666;
}
/*手机站*/

@media only screen and (max-width: 1450px) {
  #w-80 {
    width: 1340px;
  }

  #w-90 {
    width: 1340px;
  }
  .ny-cont{
    padding:20px 30px;
  }
}